Get a User by UserName

Returns a user object which matches the user's login name.

Method

/API2/access/getUsersByName

  • API Section: /API2/access
  • API Version: 2.0
  • From Release: 2018.5
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin

Method Signature

Input Parameters

Name

userName

Type

string

Description

The user's login name

Output Response

Successful Result Code

200

Response List Type

Description of Response Type

User response object with details of the user found in the system.. Note that the response is returned as a list of items of this object type.

Notes

The user object can be used in other operations where it is required.

Examples